projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a4777
)
(font_find_for_lface): Fix typo of the previous change.
author
Kenichi Handa
<handa@m17n.org>
Fri, 13 Jun 2008 12:41:46 +0000
(12:41 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Fri, 13 Jun 2008 12:41:46 +0000
(12:41 +0000)
src/font.c
patch
|
blob
|
history
diff --git
a/src/font.c
b/src/font.c
index ee1f7e4dd1088dd447f28dfc706665387c656920..2c60d0349ca2554966695480251f34890b0a5ea5 100644
(file)
--- a/
src/font.c
+++ b/
src/font.c
@@
-2996,7
+2996,7
@@
font_find_for_lface (f, attrs, spec, c)
ASET (work, FONT_FOUNDRY_INDEX, foundry[j]);
for (k = 0; SYMBOLP (registry[k]); k++)
{
- ASET (work, FONT_REGISTRY_INDEX, registry[
j
]);
+ ASET (work, FONT_REGISTRY_INDEX, registry[
k
]);
entities = font_list_entities (frame, work);
if (ASIZE (entities) > 0)
goto found;